home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFRMPRINT / TFRMPRINT.txt
Text File  |  2002-01-07  |  8KB  |  340 lines

  1. object frmPrint: TfrmPrint
  2.   Left = 250
  3.   Top = 111
  4.   HelpContext = 5
  5.   ActiveControl = m_pCmdPreview
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print disk'
  8.   ClientHeight = 280
  9.   ClientWidth = 269
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object m_pCmdCancel: TButton
  22.     Left = 202
  23.     Top = 250
  24.     Width = 60
  25.     Height = 25
  26.     Cancel = True
  27.     Caption = 'Cancel'
  28.     ModalResult = 2
  29.     TabOrder = 2
  30.   end
  31.   object m_pCmdOK: TButton
  32.     Left = 133
  33.     Top = 250
  34.     Width = 61
  35.     Height = 25
  36.     Caption = 'Print'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.     OnClick = m_pCmdOKClick
  41.   end
  42.   object PageControl1: TPageControl
  43.     Left = 7
  44.     Top = 7
  45.     Width = 254
  46.     Height = 215
  47.     ActivePage = tsLayout
  48.     TabOrder = 3
  49.     OnChange = PageControl1Change
  50.     object tsFiles: TTabSheet
  51.       Caption = 'File names'
  52.       object m_pCmdAdd: TButton
  53.         Left = 145
  54.         Top = 70
  55.         Width = 41
  56.         Height = 20
  57.         Caption = '&Add...'
  58.         TabOrder = 2
  59.         OnClick = m_pCmdAddClick
  60.       end
  61.       object m_pCmdDelete: TButton
  62.         Left = 145
  63.         Top = 93
  64.         Width = 41
  65.         Height = 20
  66.         Caption = '&Delete'
  67.         TabOrder = 3
  68.         OnClick = m_pCmdDeleteClick
  69.       end
  70.       object m_pChkFilterFiles: TCheckBox
  71.         Left = 10
  72.         Top = 50
  73.         Width = 199
  74.         Height = 14
  75.         Caption = 'Print filenames c&ontaining:'
  76.         TabOrder = 1
  77.         OnClick = DoGrayItems
  78.       end
  79.       object m_pOptAllFiles: TRadioButton
  80.         Left = 10
  81.         Top = 13
  82.         Width = 124
  83.         Height = 14
  84.         Caption = 'Print &all filenames.'
  85.         Checked = True
  86.         TabOrder = 0
  87.         TabStop = True
  88.         OnClick = DoGrayItems
  89.       end
  90.       object m_pChkFilesLevel: TCheckBox
  91.         Left = 10
  92.         Top = 148
  93.         Width = 179
  94.         Height = 14
  95.         Caption = 'Print all filenames until &tree level:'
  96.         TabOrder = 4
  97.         OnClick = DoGrayItems
  98.       end
  99.       object m_pChkFileDescription: TCheckBox
  100.         Left = 10
  101.         Top = 169
  102.         Width = 225
  103.         Height = 14
  104.         Caption = 'Print all file d&escriptions.'
  105.         TabOrder = 7
  106.         OnClick = DoGrayItems
  107.       end
  108.       object m_pTxtFileLevel: TEdit
  109.         Left = 202
  110.         Top = 146
  111.         Width = 23
  112.         Height = 24
  113.         TabOrder = 5
  114.         Text = '0'
  115.       end
  116.       object UpDown1: TUpDown
  117.         Left = 225
  118.         Top = 146
  119.         Width = 16
  120.         Height = 20
  121.         Associate = m_pTxtFileLevel
  122.         Min = 0
  123.         Position = 0
  124.         TabOrder = 6
  125.         Wrap = False
  126.       end
  127.       object m_pNoFiles: TRadioButton
  128.         Left = 140
  129.         Top = 13
  130.         Width = 92
  131.         Height = 14
  132.         Caption = '&None'
  133.         TabOrder = 8
  134.         OnClick = DoGrayItems
  135.       end
  136.       object m_pOptSpecify: TRadioButton
  137.         Left = 10
  138.         Top = 29
  139.         Width = 92
  140.         Height = 14
  141.         Caption = '&Specify:'
  142.         TabOrder = 9
  143.         OnClick = DoGrayItems
  144.       end
  145.       object m_pLstFilter: TCheckListBox
  146.         Left = 23
  147.         Top = 68
  148.         Width = 118
  149.         Height = 69
  150.         ItemHeight = 13
  151.         Items.Strings = (
  152.           '.EXE'
  153.           '.ZIP'
  154.           '.ARJ'
  155.           '.RAR')
  156.         TabOrder = 10
  157.         OnClick = m_pLstFilterxClick
  158.       end
  159.     end
  160.     object tsFolders: TTabSheet
  161.       Caption = 'Folder names'
  162.       object m_pOptAllFolders: TRadioButton
  163.         Left = 10
  164.         Top = 13
  165.         Width = 127
  166.         Height = 14
  167.         Caption = 'Print &all folder names.'
  168.         Checked = True
  169.         TabOrder = 0
  170.         TabStop = True
  171.         OnClick = DoGrayItems
  172.       end
  173.       object m_pChkFilterFolders: TCheckBox
  174.         Left = 10
  175.         Top = 47
  176.         Width = 254
  177.         Height = 20
  178.         Caption = 'Print folders c&ontaining one of these files:'
  179.         TabOrder = 1
  180.         OnClick = DoGrayItems
  181.       end
  182.       object m_pCmdAddFN: TButton
  183.         Left = 145
  184.         Top = 70
  185.         Width = 41
  186.         Height = 20
  187.         Caption = '&Add...'
  188.         TabOrder = 2
  189.         OnClick = m_pCmdAddClick
  190.       end
  191.       object m_pCmdDeleteFN: TButton
  192.         Left = 145
  193.         Top = 93
  194.         Width = 41
  195.         Height = 20
  196.         Caption = '&Delete'
  197.         TabOrder = 3
  198.         OnClick = m_pCmdDeleteClick
  199.       end
  200.       object m_pChkFolderLevel: TCheckBox
  201.         Left = 10
  202.         Top = 148
  203.         Width = 189
  204.         Height = 14
  205.         Caption = 'Print all folder names until &tree level:'
  206.         TabOrder = 4
  207.         OnClick = DoGrayItems
  208.       end
  209.       object m_pChkFolderComment: TCheckBox
  210.         Left = 10
  211.         Top = 169
  212.         Width = 223
  213.         Height = 14
  214.         Caption = 'Print all folder entries with a &comment.'
  215.         TabOrder = 7
  216.         OnClick = DoGrayItems
  217.       end
  218.       object m_pTxtFolderLevel: TEdit
  219.         Left = 202
  220.         Top = 146
  221.         Width = 23
  222.         Height = 24
  223.         TabOrder = 5
  224.         Text = '0'
  225.       end
  226.       object UpDown2: TUpDown
  227.         Left = 225
  228.         Top = 146
  229.         Width = 16
  230.         Height = 20
  231.         Associate = m_pTxtFolderLevel
  232.         Min = 0
  233.         Position = 0
  234.         TabOrder = 6
  235.         Wrap = False
  236.       end
  237.       object m_pNoFolders: TRadioButton
  238.         Left = 140
  239.         Top = 13
  240.         Width = 92
  241.         Height = 14
  242.         Caption = '&None'
  243.         TabOrder = 8
  244.         OnClick = DoGrayItems
  245.       end
  246.       object m_pOptSpecifyFolders: TRadioButton
  247.         Left = 10
  248.         Top = 29
  249.         Width = 92
  250.         Height = 14
  251.         Caption = '&Specify:'
  252.         TabOrder = 9
  253.         OnClick = DoGrayItems
  254.       end
  255.       object m_pLstFilterFolders: TCheckListBox
  256.         Left = 23
  257.         Top = 68
  258.         Width = 118
  259.         Height = 69
  260.         ItemHeight = 13
  261.         Items.Strings = (
  262.           'INSTALL.EXE'
  263.           'SETUP.EXE')
  264.         TabOrder = 10
  265.         OnClick = m_pLstFilterFoldersxClick
  266.       end
  267.     end
  268.     object tsLayout: TTabSheet
  269.       Caption = 'Layout'
  270.       object m_pChkFrame: TCheckBox
  271.         Left = 21
  272.         Top = 52
  273.         Width = 98
  274.         Height = 17
  275.         Caption = 'Print &frame'
  276.         Checked = True
  277.         Enabled = False
  278.         State = cbChecked
  279.         TabOrder = 2
  280.       end
  281.       object m_pOptList: TRadioButton
  282.         Left = 10
  283.         Top = 13
  284.         Width = 209
  285.         Height = 14
  286.         Caption = 'Print &list of contents'
  287.         TabOrder = 0
  288.         OnClick = m_pOptBackCoverClick
  289.       end
  290.       object m_pOptCover: TRadioButton
  291.         Left = 10
  292.         Top = 36
  293.         Width = 92
  294.         Height = 14
  295.         Caption = 'Print CD &cover'
  296.         Checked = True
  297.         TabOrder = 1
  298.         TabStop = True
  299.         OnClick = m_pOptBackCoverClick
  300.       end
  301.       object m_pOptBackCover: TRadioButton
  302.         Left = 10
  303.         Top = 78
  304.         Width = 140
  305.         Height = 14
  306.         Caption = 'Print CD &back cover'
  307.         TabOrder = 3
  308.         OnClick = m_pOptBackCoverClick
  309.       end
  310.       object m_pChkBackFrame: TCheckBox
  311.         Left = 21
  312.         Top = 94
  313.         Width = 98
  314.         Height = 17
  315.         Caption = 'Print f&rame'
  316.         Enabled = False
  317.         TabOrder = 4
  318.       end
  319.     end
  320.   end
  321.   object m_pCmdPreview: TButton
  322.     Left = 7
  323.     Top = 250
  324.     Width = 60
  325.     Height = 25
  326.     Caption = '&Preview'
  327.     ModalResult = 1000
  328.     TabOrder = 0
  329.     OnClick = m_pCmdOKClick
  330.   end
  331.   object m_pChkSaveDefault: TCheckBox
  332.     Left = 7
  333.     Top = 231
  334.     Width = 153
  335.     Height = 14
  336.     Caption = 'Sa&ve settings as default.'
  337.     TabOrder = 4
  338.   end
  339. end
  340.